home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page1 / 00062.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  236 b   |  15 lines

  1. on startMovie
  2.   global returnframe
  3.   set returnframe to 0
  4.   preLoadCast(4, 12)
  5. end
  6.  
  7. on mouseDown
  8.   global returnframe
  9.   put "hi hi"
  10.   if the optionDown and not (returnframe = 0) then
  11.     go(returnframe)
  12.     dontPassEvent()
  13.   end if
  14. end
  15.